regexp/syntax.compiler.empty (method)
7 uses
regexp/syntax (current package)
compile.go#L116: return c.empty(EmptyBeginLine)
compile.go#L118: return c.empty(EmptyEndLine)
compile.go#L120: return c.empty(EmptyBeginText)
compile.go#L122: return c.empty(EmptyEndText)
compile.go#L124: return c.empty(EmptyWordBoundary)
compile.go#L126: return c.empty(EmptyNoWordBoundary)
compile.go#L265: func (c *compiler) empty(op EmptyOp) frag {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |